docs: fix a parameter name of GtkEntry::populate-popup
authorSébastien Wilmet <swilmet@gnome.org>
Sat, 26 Nov 2016 11:23:14 +0000 (12:23 +0100)
committerSébastien Wilmet <swilmet@gnome.org>
Sat, 26 Nov 2016 11:31:34 +0000 (12:31 +0100)
Trivial commit.

The documentation block refers to @widget, not @popup. @widget is a
better name since the type is GtkWidget.

gtk/gtkentry.c

index 188be890768a672acce5587bd1c1fb02de92a39c..5616e513e1b01916fe835ae0033e416179354015 100644 (file)
@@ -1421,7 +1421,7 @@ gtk_entry_class_init (GtkEntryClass *class)
   /**
    * GtkEntry::populate-popup:
    * @entry: The entry on which the signal is emitted
-   * @popup: the container that is being populated
+   * @widget: the container that is being populated
    *
    * The ::populate-popup signal gets emitted before showing the
    * context menu of the entry.